runtime.stackObjectBufHdr.next (field)

6 uses

	runtime (current package)
		mgcmark.go#L874: 		state.head = x.next
		mgcstack.go#L136: 	next *stackObjectBuf
		mgcstack.go#L279: 		x.next = nil
		mgcstack.go#L289: 		y.next = nil
		mgcstack.go#L290: 		x.next = y
		mgcstack.go#L324: 		x = x.next